[INFO] cloning repository https://github.com/shanecloonan/permawrite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shanecloonan/permawrite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanecloonan%2Fpermawrite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanecloonan%2Fpermawrite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7d68ae33a8459d9c131566cbea8959b6f77cfe7
[INFO] testing shanecloonan/permawrite against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanecloonan%2Fpermawrite" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shanecloonan/permawrite
[INFO] finished tweaking git repo https://github.com/shanecloonan/permawrite
[INFO] tweaked toml for git repo https://github.com/shanecloonan/permawrite written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shanecloonan/permawrite on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shanecloonan/permawrite already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pairing v0.23.0
[INFO] [stderr]   Downloaded ctrlc v3.5.2
[INFO] [stderr]   Downloaded redb v2.6.3
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded nix v0.31.3
[INFO] [stderr]   Downloaded bls12_381_plus v0.8.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d8041b15f23d84df2f9138e4ffabd99f60831e28d7877732bc7258320b9dda7
[INFO] running `Command { std: "docker" "start" "-a" "1d8041b15f23d84df2f9138e4ffabd99f60831e28d7877732bc7258320b9dda7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d8041b15f23d84df2f9138e4ffabd99f60831e28d7877732bc7258320b9dda7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d8041b15f23d84df2f9138e4ffabd99f60831e28d7877732bc7258320b9dda7", kill_on_drop: false }`
[INFO] [stdout] 1d8041b15f23d84df2f9138e4ffabd99f60831e28d7877732bc7258320b9dda7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1fdda816306374b52bcd34ae5c4bb672d331adc2f565967c17de861bb335a54f
[INFO] running `Command { std: "docker" "start" "-a" "1fdda816306374b52bcd34ae5c4bb672d331adc2f565967c17de861bb335a54f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling redb v2.6.3
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling pairing v0.23.0
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling mfn-net v0.1.0 (/opt/rustwide/workdir/mfn-net)
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling mfn-crypto v0.1.0 (/opt/rustwide/workdir/mfn-crypto)
[INFO] [stderr]    Compiling mfn-storage v0.1.0 (/opt/rustwide/workdir/mfn-storage)
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.121
[INFO] [stderr]    Compiling bls12_381_plus v0.8.18
[INFO] [stderr]    Compiling mfn-bls v0.1.0 (/opt/rustwide/workdir/mfn-bls)
[INFO] [stderr]    Compiling mfn-consensus v0.1.0 (/opt/rustwide/workdir/mfn-consensus)
[INFO] [stderr]    Compiling mfn-runtime v0.1.0 (/opt/rustwide/workdir/mfn-runtime)
[INFO] [stderr]    Compiling mfn-light v0.1.0 (/opt/rustwide/workdir/mfn-light)
[INFO] [stderr]    Compiling mfn-wallet v0.1.0 (/opt/rustwide/workdir/mfn-wallet)
[INFO] [stderr]    Compiling mfn-wasm v0.1.0 (/opt/rustwide/workdir/mfn-wasm)
[INFO] [stderr]    Compiling mfn-store v0.1.0 (/opt/rustwide/workdir/mfn-store)
[INFO] [stderr]    Compiling mfn-storage-operator v0.1.0 (/opt/rustwide/workdir/mfn-storage-operator)
[INFO] [stderr]    Compiling mfn-rpc v0.1.0 (/opt/rustwide/workdir/mfn-rpc)
[INFO] [stderr]    Compiling mfn-node v0.1.0 (/opt/rustwide/workdir/mfn-node)
[INFO] [stderr]    Compiling mfn-cli v0.1.0 (/opt/rustwide/workdir/mfn-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "1fdda816306374b52bcd34ae5c4bb672d331adc2f565967c17de861bb335a54f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fdda816306374b52bcd34ae5c4bb672d331adc2f565967c17de861bb335a54f", kill_on_drop: false }`
[INFO] [stdout] 1fdda816306374b52bcd34ae5c4bb672d331adc2f565967c17de861bb335a54f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b3e6e906b865bae55b03bdda5c5785e485dae70f11f067d11bfa07e04a2ec4e
[INFO] running `Command { std: "docker" "start" "-a" "2b3e6e906b865bae55b03bdda5c5785e485dae70f11f067d11bfa07e04a2ec4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling mfn-rpc v0.1.0 (/opt/rustwide/workdir/mfn-rpc)
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling mfn-store v0.1.0 (/opt/rustwide/workdir/mfn-store)
[INFO] [stderr]    Compiling mfn-runtime v0.1.0 (/opt/rustwide/workdir/mfn-runtime)
[INFO] [stderr]    Compiling mfn-crypto v0.1.0 (/opt/rustwide/workdir/mfn-crypto)
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling mfn-node v0.1.0 (/opt/rustwide/workdir/mfn-node)
[INFO] [stderr]    Compiling mfn-storage-operator v0.1.0 (/opt/rustwide/workdir/mfn-storage-operator)
[INFO] [stderr]    Compiling mfn-cli v0.1.0 (/opt/rustwide/workdir/mfn-cli)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling mfn-wasm v0.1.0 (/opt/rustwide/workdir/mfn-wasm)
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling mfn-storage v0.1.0 (/opt/rustwide/workdir/mfn-storage)
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling mfn-bls v0.1.0 (/opt/rustwide/workdir/mfn-bls)
[INFO] [stderr]    Compiling mfn-net v0.1.0 (/opt/rustwide/workdir/mfn-net)
[INFO] [stderr]    Compiling mfn-light v0.1.0 (/opt/rustwide/workdir/mfn-light)
[INFO] [stderr]    Compiling mfn-wallet v0.1.0 (/opt/rustwide/workdir/mfn-wallet)
[INFO] [stderr]    Compiling mfn-consensus v0.1.0 (/opt/rustwide/workdir/mfn-consensus)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "2b3e6e906b865bae55b03bdda5c5785e485dae70f11f067d11bfa07e04a2ec4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b3e6e906b865bae55b03bdda5c5785e485dae70f11f067d11bfa07e04a2ec4e", kill_on_drop: false }`
[INFO] [stdout] 2b3e6e906b865bae55b03bdda5c5785e485dae70f11f067d11bfa07e04a2ec4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 127b09391e4483dca66e757251bd1640135c61aa2711fe19a5b2e8cff4064a8b
[INFO] running `Command { std: "docker" "start" "-a" "127b09391e4483dca66e757251bd1640135c61aa2711fe19a5b2e8cff4064a8b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mfn_bls-ea44d29573bc8859)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test sig::tests::decode_wrong_length_rejected ... ok
[INFO] [stdout] test sig::tests::pk_eq_ct_works ... ok
[INFO] [stdout] test sig::tests::pk_wire_round_trip ... ok
[INFO] [stdout] test sig::tests::seeded_keygen_is_deterministic ... ok
[INFO] [stdout] test sig::tests::committee_index_out_of_range_rejected ... ok
[INFO] [stdout] test sig::tests::committee_duplicate_vote_rejected ... ok
[INFO] [stdout] test sig::tests::sign_verify_round_trip ... ok
[INFO] [stdout] test sig::tests::sig_wire_round_trip ... ok
[INFO] [stdout] test sig::tests::wrong_msg_fails ... ok
[INFO] [stdout] test sig::tests::aggregate_batch_rejects_msg_swap ... ok
[INFO] [stdout] test sig::tests::wrong_pk_fails ... ok
[INFO] [stdout] test sig::tests::aggregate_same_message_rejects_missing_signer ... ok
[INFO] [stdout] test sig::tests::aggregate_batch_different_messages ... ok
[INFO] [stdout] test sig::tests::slashing_evidence_demo ... ok
[INFO] [stdout] test sig::tests::committee_aggregate_basic ... ok
[INFO] [stdout] test sig::tests::aggregate_same_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.66s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mfn_cli-baf7a5e52e3219a5)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test cli::tests::parse_block_header_with_rpc ... ok
[INFO] [stdout] test cli::tests::parse_operator_artifacts_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_operator_assemble_inbox_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_operator_backfill_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_claims_recent_limit ... ok
[INFO] [stdout] test cli::tests::parse_operator_fetch_chunk_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_operator_inbox_status_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_tip_defaults_rpc ... ok
[INFO] [stdout] test cli::tests::parse_uploads_list_include_claims ... ok
[INFO] [stdout] test cli::tests::parse_uploads_local_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_uploads_status_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_wallet_balance_with_wallet_path ... ok
[INFO] [stdout] test cli::tests::parse_wallet_light_scan_import_trusted_summary ... ok
[INFO] [stdout] test cli::tests::parse_wallet_light_scan_quorum_flags ... ok
[INFO] [stdout] test cli::tests::parse_claims_for_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_wallet_light_scan_max_height ... ok
[INFO] [stdout] test light_subjectivity::tests::summaries_equal_detects_digest_mismatch ... ok
[INFO] [stdout] test light_subjectivity::tests::validate_trusted_summary_rejects_bad_digest ... ok
[INFO] [stdout] test light_subjectivity::tests::weak_subjectivity_rejects_wrong_height ... ok
[INFO] [stdout] test light_subjectivity::tests::weak_subjectivity_round_trip ... ok
[INFO] [stdout] test uploads_cmd::tests::reconcile_uploads_matched_local_only_and_chain_only ... ok
[INFO] [stdout] test rpc::tests::chain_tip_deserializes_null_height ... ok
[INFO] [stdout] test wallet_store::tests::trusted_light_summary_round_trips_in_json ... ok
[INFO] [stdout] test wallet_store::tests::round_trip_seed_hex ... ok
[INFO] [stdout] test cli::tests::parse_operator_push_chunks_subcommand ... ok
[INFO] [stdout] test light_follow_quorum::tests::quorum_accepts_matching_pages ... ok
[INFO] [stdout] test light_follow_quorum::tests::quorum_rejects_header_divergence ... ok
[INFO] [stdout] test light_subjectivity::tests::three_validator_genesis_summary_count ... ok
[INFO] [stdout] test wallet_store::tests::owned_cache_hydrate_round_trip ... ok
[INFO] [stdout] test wallet_store::tests::payout_derivation_differs_from_mfn_wallet ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/mfn-cli.rs (/opt/rustwide/target/debug/deps/mfn_cli-9822e3bacec12c29)
[INFO] [stderr]      Running tests/chunk_p2p_auto_fanout_smoke.rs (/opt/rustwide/target/debug/deps/chunk_p2p_auto_fanout_smoke-2fd539a71350df58)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload' (67) panicked at mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:42:5:
[INFO] [stdout] mfnd binary not found at /opt/rustwide/workdir/mfn-cli/../target/debug/mfnd; run `cargo build -p mfn-node --bin mfnd --release`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60e8ce368d18 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60e8ce368d18 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60e8ce368d18 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60e8ce368d18 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60e8ce37de9a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60e8ce37de9a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x60e8ce36d7a2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x60e8ce36d7a2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x60e8ce3459f6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60e8ce3459f6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60e8ce3602f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60e8ce29e2cc - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x60e8ce29e2cc - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60e8ce3604b2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x60e8ce3604b2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60e8ce345ab2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60e8ce33a9b9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60e8ce34691d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60e8ce37e62c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60e8ce2864f2 - chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::mfnd_bin
[INFO] [stdout]                                at /opt/rustwide/workdir/mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:42:5
[INFO] [stdout]   20:     0x60e8ce286002 - chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::mfnd
[INFO] [stdout]                                at /opt/rustwide/workdir/mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:49:32
[INFO] [stdout]   21:     0x60e8ce286596 - chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::mfnd_step
[INFO] [stdout]                                at /opt/rustwide/workdir/mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:177:15
[INFO] [stdout]   22:     0x60e8ce287035 - chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload
[INFO] [stdout]                                at /opt/rustwide/workdir/mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:261:5
[INFO] [stdout]   23:     0x60e8ce284997 - chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/mfn-cli/tests/chunk_p2p_auto_fanout_smoke.rs:237:75
[INFO] [stdout]   24:     0x60e8ce2912c6 - <chunk_p2p_auto_fanout_smoke[5742f35f9dd87b99]::hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60e8ce2913ab - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x60e8ce2913ab - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x60e8ce29ec25 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x60e8ce29ec25 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x60e8ce29ec25 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x60e8ce29ec25 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x60e8ce29ec25 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x60e8ce29ec25 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x60e8ce29ec25 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x60e8ce299784 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x60e8ce299784 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x60e8ce2a1ca2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x60e8ce2a1ca2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x60e8ce2a1ca2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x60e8ce2a1ca2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x60e8ce2a1ca2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x60e8ce2a1ca2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x60e8ce2a1ca2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x60e8ce3681cf - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   44:     0x60e8ce3681cf - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x71ac73925aa4 - <unknown>
[INFO] [stdout]   46:     0x71ac739b2a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hub_produce_seal_auto_fanout_replica_inbox_assembles_matching_payload
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p mfn-cli --test chunk_p2p_auto_fanout_smoke`
[INFO] running `Command { std: "docker" "inspect" "127b09391e4483dca66e757251bd1640135c61aa2711fe19a5b2e8cff4064a8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "127b09391e4483dca66e757251bd1640135c61aa2711fe19a5b2e8cff4064a8b", kill_on_drop: false }`
[INFO] [stdout] 127b09391e4483dca66e757251bd1640135c61aa2711fe19a5b2e8cff4064a8b
